home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Nave
/
bumpcopter2.swf
/
scripts
/
frame_26
/
PlaceObject2_392_35
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-06-13
|
440 b
|
22 lines
onClipEvent(enterFrame){
if(this.hitTest(_root.bullet2) && shot == false)
{
this.nextFrame();
shot = true;
_root.shooting = false;
_root.open = true;
_root.s2._visible = false;
_root.bullet2.removeMovieClip();
}
else
{
shot = false;
}
if(_root.copter._currentframe == 2)
{
shot = false;
_root.open = false;
this.gotoAndStop(1);
}
}